.dis-show{
	display: block;
}
.dis-no{
	display: none;
}


.header {
	height: 85px;
	width: 100%;
	position: relative;
	z-index: 900;
}
.header .header-left {
	margin-right: 30px;
	overflow: hidden;
	line-height: 85px;
}
.header .header-left a.logoBox {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.header .header-left a.logoBox.dis-no{
	display: none;
}
.header .header-left a.logoBox .gouIcon-wang {
	position: absolute;
	top: 27px;
    left: 3px;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
}
.header .header-left a.logoBox .gouIcon-wang img {
	position: absolute;
	top: -5px;
	left: 0;
	animation:myfirst 5s linear 5s infinite alternate;
   -moz-animation:myfirst 5s linear 5s infinite alternate;
   -webkit-animation:myfirst 5s linear 5s infinite alternate;
   -o-animation:myfirst 5s linear 5s infinite alternate;
}
@keyframes myfirst{0% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);} 
25% {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
50% {transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);-moz-transform: rotateY(360deg);}
75%  {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
100% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);}
}
@-webkit-keyframes myfirst{0% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);} 
25% {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
50% {transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);-moz-transform: rotateY(360deg);}
75%  {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
100% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);}
}
@-moz-keyframes myfirst{0% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);} 
25% {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
50% {transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);-moz-transform: rotateY(360deg);}
75%  {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
100% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);}
}
@-o-keyframes myfirst{0% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);} 
25% {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
50% {transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);-moz-transform: rotateY(360deg);}
75%  {transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-o-transform: rotateY(180deg);-moz-transform: rotateY(180deg);} 
100% {transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);-moz-transform: rotateY(0deg);}
}
.header .header-left a.logoBox .gouIcon {
	position: absolute;
	top: 1px;
	left: 10px;
	z-index: 1px;
}
.header-left img:nth-child(1) {
	margin-right: 10px;
}
.header-middle {
	margin-top: 25px;
	width: 436px;
	height: 40px;
	border: 2px solid #ff6600;
}
.searchChooseBox {
	width: 77px;
	height: 36px;
	position: relative;
}
.searchChooseBox:after{
	content: "";
	width: 1px;
	height: 24px;
	background-color: #dcdcdc;
	position: absolute;
	right: 0;
	top: 6px;
}
.searchChooseBox .searchChoosePlace {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 36px;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	color: #333333;
	cursor: pointer;
}
.searchChooseBox .searchChoosePlace::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 17px;
	width: 8px;
	height: 5px;
	background: url('/images/home/botSan.jpg') no-repeat;
}
.searchChoose {
	width: 77px;
	background-color: #fff;
	color: #333333;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	height: 108px;
	background-color: #f4f4f4;
	display: none;
}
.searchChoose::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 17px;
	width: 8px;
	height: 5px;
	background: url('/images/home/botSan.jpg') no-repeat;
}
.searchChoose li {
	display: block;
	line-height: 36px;
	cursor: pointer;
}
.searchChoose li:hover {
	text-decoration: underline;
	color: #ff6600;
}
.searchInput {
	width: 271px;
	height: 36px;
	border: none;
	color: #999;
	background-color: #fff;
	padding-left: 15px;
	outline: none;
	/* border-left: 1px solid #eaeaea; */
}
.searchBtn {
	height: 36px;
	line-height: 36px;
	background-color: #ff6600;
	color: #fff;
	text-align: center;
	width: 84px;
	font-size: 14px;
	border: none;
	outline: none;
	font-weight: 700;
	right: -1px;
    position: relative;
}
.header-right > div {
	margin-left: 10px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 22px;
}
.header-right > div:nth-child(3) {
	margin-right: 0px;
}
.header-right .location-icon {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	height: 40px;
}
.location-icon i {
	position: absolute;
	top: 13px;
	left: 0px;
}
.header-right .location i {
	width: 13px;
	height: 18px;
	background: url("/images/home/locationIcon.png") no-repeat;
}
.location .location-icon:hover i{
	background: url("/images/home/locationIconHover.png") no-repeat;
}
.header-right .helpCenter i {
	top: 13px !important;
	width: 13px;
	height: 15px;
	background: url("/images/home/helpIcon.png") no-repeat;
}
.helpCenter .location-icon:hover i{
	background: url("/images/home/helpIconHover.jpg") no-repeat;
}
.header-right .webNav i {
	top: 14px;
	width: 12px;
	height: 12px;
	background: url("/images/home/navIcon.png") no-repeat;
}
.webNav .location-icon:hover i{
	background: url("/images/home/navIconHover.jpg") no-repeat;
}
.header-right .userName i {
	top: 13px;
	width: 14px;
	height: 14px;
	background: url("/images/home/userNameIcon.png") no-repeat;
}
.userName .location-icon:hover i{
	background: url("/images/home/userNameIconHover.png") no-repeat;
}
.header-right .messageCenter i {
	top: 13px;
	width: 14px;
	height: 14px;
	background: url("/images/home/mesIcon.png") no-repeat;
}
.messageCenter .location-icon:hover i{
	background: url("/images/home/mesIconHover.png") no-repeat;
}
.header-right .orderCenter i {
	top: 13px;
	width: 14px;
	height: 14px;
	background: url("/images/home/orderIcon.png") no-repeat;
}
.orderCenter .location-icon:hover i{
	background: url("/images/home/orderIconHover.png") no-repeat;
}
.header-right .pageCenter i {
	top: 13px;
	width: 14px;
	height: 14px;
	background: url("/images/home/pageIcon.png") no-repeat;
}
.pageCenter .location-icon:hover i{
	background: url("/images/home/pageIconHover.png") no-repeat;
}
.userName .userNameText {
	width: 70px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #ffa944;
}
.userName .userNameText a {
	color: #ffa944;
}
.location-icon span {
	font-size: 12px;
	color: #666;
}
.location-icon span a {
	color: #666;
}
.location .location-icon span {
	color: #666;
}
.header-right .location-icon:hover span,
.header-right .location-icon:hover span a{
	color: #ff6600;
}
.helpCenterLists {
	width: 96px;
	/*height: 159px;*/
	padding: 7px 13px;
	bottom: 0px;
	margin-left: -42px;
	display: none;
	border: 1px solid #ff6600;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	left: 50%;
}
.helpCenterLists::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #ff6600;
	border-top: 1px solid #ff6600;
	background-color: #fff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}
.messageCenter .helpCenterLists {
	padding: 7px 13px;
	bottom: -76px;
	width: 125px;
}
.helpCenterLists li {
	line-height: 36px;
}
.helpCenterLists li  a {
	color: #333333;
}
.helpCenterLists li  a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.countryStation {
	width: 186px;
	height: 149px;
	border: 1px solid #ff6600;
	background-color: #fff;
	position: absolute;
	bottom: -140px;
	left: 50%;
	margin-left: -90px;
	padding-top: 32px;
	padding-left: 34px;
	display: none;
}
.countryStation::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #ff6600;
	border-top: 1px solid #ff6600;
	background-color: #fff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}
.countryStation .countryStationLists {
	margin-bottom: 15px;
}
.countryStation .countryStationLists li {
	float: left;
	margin-right: 23px;
	text-align: center;
}
.countryStationLists li span {
	display: block;
	width: 46px;
	height: 42px;
	margin-bottom: 10px;
	color: #666666;
}
.countryStationLists li:hover p,
.countryStationLists li.on p{
	color: #ff6600;
}
.countryStationLists li.all span {
	background: url("/images/home/positionIcon0.png") no-repeat;
}
.countryStationLists li.all:hover span,
.countryStationLists li.all.on span {
	background: url("/images/home/positionIcon0Hover.png") no-repeat;
}
.countryStationLists li.hf span {
	background: url("/images/home/positionIcon1.png") no-repeat;
}
.countryStationLists li.hf:hover span {
	background: url("/images/home/positionIcon1Hover.png") no-repeat;
}
.countryStation .otherStation {
	color: #cccccc;
	padding-left: 5px;
}
.webNavLists {
	width: 525px;
	height: 275px;
	border: 1px solid #ff6600;
	background-color: #fff;
	position: absolute;
	z-index: 9999;
	bottom: auto;
	right: 0;
	margin-left: -470px;
	display: none;
	padding: 6px 15px;
}
.webNavLists::before {
	visibility: visible;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #ff6600;
	border-top: 1px solid #ff6600;
	background-color: #fff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	position: absolute;
	top: -6px;
	right: 25px;
}
.webNavLists .webNavListContents {
	text-align: center;
}
.webNavLists .webNavListContents:nth-child(2) p.title{
	text-align: left;
	padding-left: 40px;
}
.webNavLists .webNavListContents p.title{
	height: 73px;
	line-height: 73px;
}
.webNavLists .webNavListContents p.title  img {
	margin-top: -5px;
	margin-right: 9px;
}
.webNavLists .webNavListContents p.title span {
	font-size: 16px;
	color: #333;
}
.webNavLists .webNavListContents .desc {
	border-right: 1px dashed #ececec;
	height: 150px;
	padding-left: 55px;
	padding-right: 15px;
}
.webNavLists .webNavListContents:last-child .desc {
	border: none;
}
.webNavLists .webNavListContents .desc ul {
	float: left;
	margin-right: 45px;
}
.webNavLists .webNavListContents .desc ul li {
	line-height: 36px;
}
.webNavLists .webNavListContents .desc ul li a {
	color: #999999;
}
.webNavLists .webNavListContents .desc ul li a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/*悬浮头部*/
.suspensionHeader  {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o--transform: translateZ(0);
	width: 100%;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	height: 85px;
	top: 0;
	left: 0;
}
.suspensionHeader .header {
	height: 85px;
	line-height: 85px;
	width: 100%;
}
.header-middle .searchInfoLists {
	background: #fff;
    width: 370px;
    position: relative;
    z-index: 9999;
    top: 2px;
    overflow: auto;
    display: none;
    left: 76px;
}
.header-middle .searchInfoLists  li {
	cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.header-middle .searchInfoLists  li a {
	color: #666666;
}
.header-middle .searchInfoLists  li:hover {
	background: #eff4fa;
}
.suspensionHeader .header-right {
	margin-left: 40px;
}
.suspensionHeader .header-right .freeDemang {
	width: 139px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #ff6600;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-top: 25px;
}
.suspensionHeader .header-right .freeDemang:hover {
	background-color: #e15a00;
}
.suspensionHeader .header-right .loginList {
	margin-left: 114px;
}
.header .headerRight1  .loginList {
	margin-left: 15px;
}
.header .loginList li {
	float: left;
	line-height: 85px;
}
.header .loginList li.line {
	margin-right: 12px;
	margin-left: 12px;
}
.headerRight1 .loginList li.line {
	margin-right: 10px;
	margin-left: 10px;
}
.header .loginList li  a {
	color: #666666;
}
.header .loginList li  a:hover {
	color: #ff6600;
}
/*导航*/
.navModel {
	 height: 44px;
	 position: relative;
	 z-index: 100;
}
.navModel .row {
	position: relative;
}
.navList > li {
	float: left; 
	width: 100px;
	/*padding: 14px 0;*/
	height: 44px;
	position: relative;
}
.w110{
	width: 110px!important;
}
.w130{
	width: 130px!important;
}
.w80{
	width: 75px!important;
}
.navList > li.navList-line {
	width: 1px;
	height: 20px;
	background-color: #ffa944;
	margin: 12px;
}
.navList > li > a {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	width: auto;
}
.navList > li .navBox{
	padding: 0 10px;
	height: 44px;	
	line-height: 44px;
	text-align: center;
	transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transform-origin: 50% 50% -20px;
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    -o-transform-origin: 50% 50% -20px;
    -ms-transform-origin: 50% 50% -20px;
    position: absolute;
    top: 0;
    left: 0;
}
.navList > li .navBox.box1{
	width: 100%;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg); 
	-moz-transform: rotateX(90deg); 
	-o-transform: rotateX(90deg); 
	-ms-transform: rotateX(90deg); 
	background:#ffa944; 
	color:#fff;
}
.navList > li .navBox.box2{
	width: 100%;
	transform: rotateX(0deg); 
	-webkit-transform: rotateX(0deg); 
	-moz-transform: rotateX(0deg); 
	-ms-transform: rotateX(0deg); 
}
.navList > li :hover .navBox.box1,
.nav ul li a.navCur .navBox.box1{
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}
.navList > li :hover .navBox.box2,
.nav ul li a.navCur .navBox.box2{
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
}
.navList > li .navBox.box2.IEActive{
	background-color: #e44000;
}
.navList > li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff0dd;
	display: none;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	margin-left: -6px;
}
.navList > li.navList-line::before {
	content: "";
	width: 0;
	height: 0;
}
.navList > li:hover::before{
	display: block;
}
.navList > li.noBottom:hover::before{
	display: none;
}

.navList > li.active {
	background-color: #e44000;
}
.navList > li.active > a {
	border-right-color: #e44000;
}
.navList > li.newIcon {
	position: relative;
}
.navList > li.newIcon .newImg {
	position: absolute;
	right: 0px;
	top: 8px;
}
.navList .bottomListsNav {
	display: none;
	background-color: #fff;
	position: absolute;
	bottom: -184px;
	left: 0;
	height: 184px;
	width: 1200px;
	box-shadow: 0px 3px 3px 1px #f2eeeb;
    -webkit-box-shadow: 0px 3px 3px 1px #f2eeeb;
    -moz-box-shadow: 0px 3px 3px 1px #f2eeeb;
    -o-box-shadow: 0px 3px 3px 1px #f2eeeb;
}
.navList .bottomListsNav .row {
	text-align: center;
}
.bottomListsNav .subNavContents {
	display: inline-block;
	padding-top: 40px;
}
.navList .bottomListsNav .subNavContentLists {
	float: left;
	text-align: center;
	margin: 0 26px;
}
.bottomListsNav .subNavContentLists .subNavContentLists-icon {
	width: 70px;
	height: 70px;
	border: 1px dashed #ffad4e;
	margin-bottom: 20px;
	display: inline-block;
}
.bottomListsNav .subNavContentLists .subNavContentLists-icon-do {
	background:url("/images/home/navListIcons_05.png") no-repeat;
	background-position: 1px 1px;
	margin-bottom: 16px;
}
.bottomListsNav .subNavContentLists .subNavContentLists-icon-do:hover {
	background:url("/images/home/SolutionImg.png") no-repeat;
}
.bottomListsNav .subNavContentLists a {
	color: #999;
	font-size: 14px;
}
.bottomListsNav .subNavContentLists a:hover {
	color: #ff6600;
}
.createPro {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
}
.createPro a {
	display: inline-block;
	width: 175px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #ffa944;
	font-size: 16px;
	color: #fff;
}
.createPro a:hover {
	text-decoration: underline;
}
.createPro .createProContents {
	position: absolute;
	top: 55px;
	right: 0;
	background-color: #fff;
	z-index: 1000;
	display: block;
	width: 305px;
	height: 486px;
	box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.1);
    border: 1px solid #ff6600;
}
.createPro .createProContents::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #140104;
	position: absolute;
	top: -7px;
	right: 55px;
	display: block;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
}
.createPro .createProContents .createProContentsIntro{
	height: 105px;
	width: 303px;
	background: url("/images/home/demandDowm.png") no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	overflow: hidden;
}
.createPro .createProContents .createProContentsIntro .tit {
	font-size: 18px;
	font-weight: 700;
	line-height: 42px;
	height: 42px;
}
.createPro .createProContents .createProContentsInfos {
	height: 379px;
	background-color: #fff;
}
.createPro .createProContentsInfos .createProListsBox {
	height: 36px;
	width: 303px;
	overflow: hidden;
	background-color: #f4f4f4;
	color: #999;
}
.createPro .createProContentsInfos .createProLists li{
	width: 303px;
	line-height: 36px;
	height: 36px;
	padding: 0 17px;
}
.createPro .createProContentsInfos .createProLists li  span {
	float: left;
	display: block;
}
.createPro .createProContentsInfos .createProLists li .projectName {
	width: 107px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.createPro .createProContentsInfos .createProLists li .projectPhone {
	padding: 0 20px;
}
.createPro .createProContentsInfos .createProDemandsContents {
	padding: 21px 17px 0;
}
.createPro .createProDemandsContents .createProDemands-group {
	border: 1px solid #ececec;
	width: 268px;
	height: 40px;
	margin-bottom: 9px;
}
.createPro .createProDemands-group span {
	display: block;
	float: left;
	width: 70px;
	height: 38px;
	line-height: 38px;
	color:#333333;
	padding: 0 11px;
}
.createPro .createProDemands-group  input{
	border: none;
	outline: none;
	width: 196px;
	height: 38px;
	padding: 0 5px;
	color: #bbbbbb;
}
.createPro .createProDemands-group-yzm input{
	width: 124px;
}
.createPro .createProDemands-group-yzm .yzmBox{
	width: 72px;
	height: 38px;
	background-color: #f4f4f4;
	border-left: 1px solid #ececec;
}
.createPro .createProDemands-group-textarea {
	border: 1px solid #ececec;
	width: 268px;
	height: 85px;
}
.createPro .createProDemands-group-textarea textarea{
	width: 196px;
	color: #333;
	padding: 13px 5px;
	outline: none;
	resize: none;
	float: left;
	border: 0;
	height: 83px;
}
.createPro .createProDemands-group-textarea span {
	display: block;
	padding-top: 13px;
	padding-left: 11px;
	color: #333;
	float: left;
	width: 70px;
}
.createPro .errorMess {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #ff6600;
	text-align: center;
}
/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #bbbbbb; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #bbbbbb; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #bbbbbb; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #bbbbbb; 
} */
.createPro .createProSubmit {
	width: 268px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	background-color: #ff6600;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
.createPro .createProSubmit:hover {
	background-color: #e44000;
}
/*banner*/
.bannerModel {
	padding: 10px 0;
	/*background: url("/images/home/SpringFestival/chunjie-bg.png") repeat;*/
	background-color: #f4f4f4;
	overflow: hidden;
	width: 100%;
}
.bannerModel > .container > .row {
	position: relative;
}
.bannerModel .SpringFestival-left,.bannerModel .SpringFestival-right {
	position: absolute;
	top: -10px;
	width: 359px;
	height: 497px;
}
.bannerModel .SpringFestival-left {
	background: url("/images/home/SpringFestival/chunjie-left.png") no-repeat;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	left: 0px;
}
.bannerModel .SpringFestival-right {
	background: url("/images/home/SpringFestival/chunjie-right.png") no-repeat;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	right: 0px;
}
.SpringFestival-left img.gouImages {
	position: absolute;
	top: 52px;
	right: 2px;
	animation:gouFuc 1.3s linear 0s infinite alternate;
	-webkit-animation:gouFuc 1.3s linear 0s infinite alternate;
	-moz-animation:gouFuc 1.3s linear 0s infinite alternate;
	-o-animation:gouFuc 1.3s linear 0s infinite alternate;
	-ms-animation:gouFuc 1.3s linear 0s infinite alternate;
}
.SpringFestival-right img.gouImages {
	position: absolute;
	top: 55px;
	left: 2px;
	animation:gouFuc2 1.3s linear 0s infinite alternate;
	-webkit-animation:gouFuc2 1.3s linear 0s infinite alternate;
	-moz-animation:gouFuc2 1.3s linear 0s infinite alternate;
	-o-animation:gouFuc2 1.3s linear 0s infinite alternate;
	-ms-animation:gouFuc2 1.3s linear 0s infinite alternate;
}
@keyframes gouFuc{0% {top: 52px} 50% {top: 45px} 100% {top: 52px}}
@-webkit-keyframes gouFuc{0% {top: 52px} 50% {top: 45px} 100% {top: 52px}}
@-moz-keyframes gouFuc{0% {top: 52px} 50% {top: 45px} 100% {top: 52px}}
@-o-keyframes gouFuc{0% {top: 52px} 50% {top: 45px} 100% {top: 52px}}
@keyframes gouFuc2{0% {top: 56px} 50% {top: 47px} 100% {top: 56px}}
@-webkit-keyframes gouFuc2{0% {top: 56px} 50% {top: 47px} 100% {top: 56px}}
@-moz-keyframes gouFuc2{0% {top: 56px} 50% {top: 47px} 100% {top: 56px}}
@-o-keyframes gouFuc2{0% {top: 56px} 50% {top: 47px} 100% {top: 56px}}
.SpringFestival-left img.huaImages {
	position: absolute;
	right: 0;
	top: 22px;
	animation:HuaFuc 3s linear 0s infinite alternate;
	-webkit-animation:HuaFuc 3s linear 0s infinite alternate;
	-moz-animation:HuaFuc 3s linear 0s infinite alternate;
	-ms-animation:HuaFuc 3s linear 0s infinite alternate;
	-o-animation:HuaFuc 3s linear 0s infinite alternate;
}
.SpringFestival-right img.huaImages {
	position: absolute;
	left: 0;
	top: 35px;
	animation:HuaFuc 3s linear 0s infinite alternate;
	-webkit-animation:HuaFuc 3s linear 0s infinite alternate;
	-moz-animation:HuaFuc 3s linear 0s infinite alternate;
	-ms-animation:HuaFuc 3s linear 0s infinite alternate;
	-o-animation:HuaFuc 3s linear 0s infinite alternate;
}
@keyframes HuaFuc{
	0% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} 
	25% {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);} 
	50% {transform: scale(1.0);-webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);} 
	75% {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);} 
	100% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
}
.SpringFestival-left .textImg,.SpringFestival-right .textImg {
	width: 53px;
	height: 284px;
	position: absolute;
	top: 110px;
	overflow: hidden;
}
.bannerModel .webClassify {
	width: 210px;
	height: 487px;
	margin-right: 10px;
	border: 1px solid #ff6600;
	background-color: #fff;
}
.webClassify-title {
	height: 38px;
	line-height: 38px;
}
.webClassify-title img {
	margin-top: -4px;
	padding: 0 12px;
}
.bannerLineIcon {
	position: relative;
	height: 8px;
}
.bannerLineIcon img{
	position: absolute;
	top: 0;
	height: 8px;
	width: 208px;
}
.webClassify-title  span {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}
.webClassifyContents {
	padding: 3px 11px;
	overflow: hidden;
}
.webClassifyLists {
	margin-bottom: 5px;
}
.webClassifyContents .webClassifyLists:last-child {
	margin-bottom: 0;
}
.webClassifyLists h4{
	line-height: 35px;
	color: #ff6600;
	font-weight: 700;
	height: 35px;
	font-size: 12px;
}
.webClassifyLists h5{
    margin: 15px 0 5px;
	color: #ff6600;
}
.webClassifyLists h5 img{
	width: 25px;
    margin-right: 5px;
}
.webClassifyLists .webClassifyList  {
	width: 190px;
}
.webClassifyLists .webClassifyList li{
	float: left;
	height: 19px;
    line-height: 19px;
	margin-right: 10px;
	border-bottom: 2px solid #ff6600;
	position: relative;
}
.webClassifyList li a {
	color: #666;
	font-size: 12px;
}
.webClassifyLists .webClassifyList li::before,
.webClassifyLists .webClassifyList li::after {
	content: "";
	height: 2px;
	width: 50%;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: -2px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.webClassifyLists .webClassifyList li::after {
	left: 50%;
}
.webClassifyLists .webClassifyList li:hover::before {
	width: 0;
}
.webClassifyLists .webClassifyList li:hover::after {
	left: 100%;
}
.webClassifyList li.active a {
	color: #ffa944;
}
.webClassifyList li a:hover,
.webClassifyList li.active a:hover {
	color: #ff6600;
}
.bannerLink-top  {
	margin-bottom: 10px;
}
.bannerContents {
	width: 554px;
	height: 315px;
	margin-right: 1px;
	position: relative;
}
.bannerContents .pic{width:554px;height:315px;overflow:hidden;}
.bannerContents .pic ul li{list-style-type:none;width:100%;height:315px;position:relative;overflow:hidden; }
.bannerContents .pic ul li .img1{position:absolute;left:-760px;top:0px;width: 554px;height: 315px;}
.bannerContents .pic ul li .img2{position:absolute;left:-15px;top:0px;display:none;width: 554px;height: 315px;}
.bannerContents .pic ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.bannerContents  .nav {
	width: 550px;
	overflow: hidden;
	height: 24px;
	position: absolute;
	bottom: 0px;
}
.bannerContents .bannerContentNav {
	position: absolute;
	left: 0;
}
.bannerContents .bannerContentNav li {
	float: left;
	margin-left: 3px;
	width: 107px;
	height: 24px;
	border-top: 1px solid #ff6600;
	color: #fff;
	font-size: 12px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bannerContents .bannerContentNav li.bg {
	background-color: #ff6600;
}
.arrowBtn {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	display: none;
}
.bannerContents:hover .arrowBtn {
	display: block;
}
.arrowBtn span {
	position: absolute;
	top: 0;
	display: block;
	width: 22px;
	height: 48px;
	background-color: rgba(0,0,0,0.1);
	color: #fff;
	text-align:center;
	line-height: 48px;
	font-size: 20px;
	font-family: "SimSun" !important;
	cursor: pointer;
}
.arrowBtn span.leftBtn {
	left: 10px;
}
.arrowBtn span.rightBtn {
	left: 522px;
}
.bannerLink-right {
	width: 112px;
}
.bannerLink-right li {
	height: 157px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}
.bannerLink-right li  img {
	width: 112px;
	height: 157px;
}
.bannerLink-right li:nth-child(2) {
	margin-bottom: 0;
}
.bannerLink-right li a {
	height: 314px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	position: absolute;
	top: 0;
}
.bannerLink-right li:hover a {
	top: -157px;
}
.bannerLink-right li a .solutionBanner11 {
	position: absolute;
	bottom: 157px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.bannerLink-right li:hover a .solutionBanner11{
	bottom: 115px;
}
.bannerLink-right li a .solutionBannertext {
	position: absolute;
	top: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.bannerLink-right li a .solutionBannertext1 {
	opacity: 0;
}
.bannerLink-bottom li {
	float: left;
	margin-right: 1px;
	overflow: hidden;
}
.bannerLink-bottom li:last-child{
	margin-right: 0;
}
.bannerLink-bottom li img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	width: 166px;
	height: 162px;
}
.bannerLink-bottom li:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1); 	
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.bannerLink-bottom li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}
.bannerLink-bottom li a .bannerSubTitle {
	position: absolute;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	top: 17px;
	padding-left: 5px;
}
.bannerLink-bottom li a .bannerSubDesc {
	position: absolute;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	top: 42px;
	padding: 0 5px;
}
.bannerLink-bottom li:nth-child(1) a .bannerSubDesc{
 	background: -webkit-linear-gradient(left, #f5b28a, #ff9c60); 
    background: -o-linear-gradient(right, #f5b28a, #ff9c60); 
    background: -moz-linear-gradient(right, #f5b28a, #ff9c60); 
    background: linear-gradient(to right, #f5b28a, #ff9c60); 
}
.bannerLink-bottom li:nth-child(2) a .bannerSubDesc{
 	background: -webkit-linear-gradient(left, #5c859c , #1e495c); 
    background: -o-linear-gradient(right, #5c859c, #1e495c); 
    background: -moz-linear-gradient(right, #5c859c, #1e495c);
    background: linear-gradient(to right, #5c859c , #1e495c); 
}
.bannerLink-bottom li:nth-child(3) a .bannerSubDesc{
 	background: -webkit-linear-gradient(left, #13c5f9 , #0d81f9); 
    background: -o-linear-gradient(right, #13c5f9, #0d81f9); 
    background: -moz-linear-gradient(right, #13c5f9, #0d81f9);
    background: linear-gradient(to right, #13c5f9 , #0d81f9); 
}
.bannerLink-bottom li:nth-child(4) a .bannerSubDesc{
 	background: -webkit-linear-gradient(left, #75b5d1 , #4e6c82); 
    background: -o-linear-gradient(right, #75b5d1, #4e6c82); 
    background: -moz-linear-gradient(right, #75b5d1, #4e6c82);
    background: linear-gradient(to right, #75b5d1 , #4e6c82); 
}
.userInformationModel  {
	width: 302px;
	height: 487px;
	background-color: #fff;
	padding: 0 15px;
}
.userInformation {
	padding: 0 10px;
}
.userMsg {
	height: 62px;
	margin-top: 20px;
	margin-bottom: 13px;
}
.userMsg .photoImg {
	width: 62px;
	height: 62px;
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
	margin-right: 22px;
	display: inline-block;
	margin-left: 5px;
}
.userMsg .photoImg img {
	width: 56px;
	height: 56px;
}
.userMsg span {
	display: inline-block;
	color: #666;
	margin-top: 15px;
}
.loginModel {
	margin-bottom: 18px;
}
.loginModel li {
	float: left;
	margin-right: 13px;
    position: relative;
    width: 75px;
    height: 28px;
    line-height: 28px;
    z-index: 0;
    overflow: hidden;
}
.loginModel li.widthBig {
	width: 100px;
}
.loginModel li:last-child{
	margin-right: 0;
}
.loginModel li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	line-height: 28px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 14px;
	background-color: transparent;
	z-index: 10;
	color: #fff;
}
.loginModel li::before,
.loginModel li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.loginModel li::before {
	background-color: #fff;
	width: 60%;
	height: 60%;
	border: 2px solid #ff6600;
}
.loginModel li::after {
	background-color: #ff6600;
	width: 100%;
	height: 100%;
}
.loginModel li:hover::before {
	width: 100%;
	height: 100%;
}
.loginModel li:hover::after {
	width: 70%;
	height: 70%;
}
.loginModel-dl li a {
	width: 119px;
}
.yrz_icon {
	padding-top: 6px;
}
.yrz_icon img {
	margin-right: 5px;
}
.noticeModel {
	margin-top: 18px;
}
.noticeNavLists li{
	float: left;
	color: #666666;
	border-bottom: 2px solid #fff;
	line-height: 32px;
	margin-right: 15px;
	cursor: pointer;
}
.noticeNavLists li:last-child{
	margin-right: 0;
}
.noticeNavLists li.on {
	border-bottom: 2px solid #ff6600;
	color: #ff6600;
}
.noticeContents {
	padding: 7px 0 14px 0;
	height: 87px;
}
.noticeContentsBox {
	height: 66px;
	overflow: hidden;
	display: none;
}
.noticeContent li {
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
.noticeContent li a {
	display: block;
	width: 158px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.noticeContent li:hover a{
	color: #ff6600;
}
.storeClassifyLists {
	width: 100%;
	height: 174px;
	border-top: 4px dotted #ececec;
	border-bottom: 4px dotted #ececec;
}
.storeClassifyLists li {
	float: left;
	width: 68px;
	height: 77px;
	text-align: center;
	position:relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.storeClassifyLists li  a {
	display: block;
}
.storeClassifyLists li  a img {
	margin-top: 20px;
	margin-bottom: 8px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	top: 0px;
}
.storeClassifyLists li p {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #666;
	line-height: 22px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 68px;
}
.storeClassifyLists li:hover p{
	color: #ff6600;
}
.storeClassifyLists li:hover img {
	top: -5px;
}
.storeClassifyLists .erweimaIcons {
	position: relative;
	z-index: 1;
}
.storeClassifyLists .erweimaIcons:hover {
    z-index: 5;
}
.storeClassifyLists .erweimaIcons .erweimaBox {
	width: 200px;
	height: 94px;
	border: 1px solid #ff6600;
	padding: 13px;
	background-color: #fff;
	position: absolute;
	/* top: 80px; */
	top: 50px;
	display: none;
}
.storeClassifyLists .erweimaIcons .erweimaBox1 {
	left: 0;
}
.storeClassifyLists .erweimaIcons .erweimaBox2 {
	width: 175px;
	right: 0;
}
.storeClassifyLists .erweimaIcons .erweimaBox::before {
	visibility: visible;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #ff6600;
	border-top: 1px solid #ff6600;
	background-color: #fff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	position: absolute;
	top: -6px;
}
.storeClassifyLists .erweimaIcons .erweimaBox1::before {
	left: 25px;
}
.storeClassifyLists .erweimaIcons .erweimaBox2::before {
	right: 25px;
}
.storeClassifyLists .erweimaIcons .erweimaBox span {
	margin-left: 8px;
	display: block;
	width: 98px;
	line-height: 16px;
	padding-top: 15px;
}
.storeClassifyLists .erweimaIcons .erweimaBox2 span {
	width: 72px;
}
.monthDynamic {
	line-height: 52px;
}
.monthDynamic .title {
	padding: 0 18px;
	text-align: center;
}
.monthDynamic .title img {
	width: 69px;
	height: 17px;
	margin-top: -5px;
}
.headlinesListContents {
	width: 160px;
	height: 52px;
	overflow: hidden;
}
.headlinesListContents .headlinesLists {
	width: 492px;
}
.headlinesListContents ul li {
	float: left;
	width: 160px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headlinesListContents ul li a:hover {
	color: #ff6600;
}

/*网站小标题*/
.animated {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    -o-transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    -o-transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    -o-transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    -o-transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    -o-transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    -o-transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
    -o-transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
    -webkit-transform: scale3d(.97, .97, .97);
    -moz-transform: scale3d(.97, .97, .97);
    -o-transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
}
.webSubTitleBox {
	position: relative;
}
.webSubTitle {
	height: 120px;
	text-align: center;
	position: relative;
	padding-top: 30px;
}
.webSubTitle .text-en {
	font-size: 24px;
	color: #ececec;
	position: relative;
	font-family: "SimSun";
}
.webSubTitle .text-ch {
	font-size: 24px;
	color: #333333;
	font-weight: 700;
	position: relative;
	top: -20px;
}
.webSubTitle .webSubTitleLine{
	display: inline-block;
	width: 89px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 18px;
}
/*精选服务*/
.selectedServiceBox {
	width: 1200px;
	overflow: hidden;
	height: 682px;
	overflow: hidden;
}
.selectedServiceBox .selectedServiceContents {
	width: 1220px;
} 
.selectedServiceBox .selectedServiceContents .selectedServiceContentsLists{
	margin-right: 10px;
	margin-bottom: 29px;
}
.selectedServiceContentsLists > li {
	float: left;
	margin-right: 10px;
}
.selectedServiceContentsLists > li.selectedServiceNoBack {
	width: 181px;
	height: 208px;
	padding: 0 10px;
}
.selectedServiceContentsLists > li.purpleBG {
    background: -webkit-linear-gradient(#80c5ff, #d4b4ff); 
  	background: -o-linear-gradient(#80c5ff, #d4b4ff); 
  	background: -moz-linear-gradient(#80c5ff, #d4b4ff); 
  	background: linear-gradient(#80c5ff, #d4b4ff); 
}
.selectedServiceContentsLists > li.redBG {
    background: -webkit-linear-gradient(#ff7753, #ffc280); 
  	background: -o-linear-gradient(#ff7753, #ffc280); 
  	background: -moz-linear-gradient(#ff7753, #ffc280); 
  	background: linear-gradient(#ff7753, #ffc280); 
}
.selectedServiceContentsLists > li.blueBG {
    background: -webkit-linear-gradient(#44a9ff, #74efd4); 
  	background: -o-linear-gradient(#44a9ff, #74efd4); 
  	background: -moz-linear-gradient(#44a9ff, #74efd4); 
  	background: linear-gradient(#44a9ff, #74efd4); 
}
.selectedServiceContentsLists > li.selectedServiceNoBack .titleBox {
	height: 48px;
	margin-bottom: 2px;
}
.selectedServiceContentsLists > li.selectedServiceNoBack .titleBox .title{
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 48px;
}
.selectedServiceContentsLists > li.selectedServiceNoBack .titleBox a.more{
	font-size: 12px;
	display: block;
	width: 46px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 9px;
	margin-top: 15px;
}
.selectedServiceContentsLists > li.selectedServiceNoBack .titleBox a.more:hover {
	background-color: #fff;
}
.selectedServiceContentsLists> li.selectedServiceNoBack .selectedService-subClassify  {
	width: 162px;
	margin-bottom: 10px;
	height: 44px;
}
.selectedServiceContentsLists> li.selectedServiceNoBack .selectedService-subClassify > li {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	height: 18px;
}
.selectedServiceContentsLists> li.selectedServiceNoBack .selectedService-subClassify > li a{
	color: #fff;
	display: block;
	padding: 0 3px;
    border: 1px dotted rgba(255,255,255,0.6);
	text-align: center;
}
.selectedServiceContentsLists> li.selectedServiceNoBack .selectedService-subClassify > li a:hover {
	color: #80c5ff;
	background-color: #fff;
}
.selectedServiceContentsLists > li.redBG .selectedService-subClassify > li a:hover {
	color: #ff7753;
}
.selectedServiceContentsLists > li.blueBG .selectedService-subClassify > li a:hover {
	color: #56b2ff;
}
.selectedServiceContentsLists > li.selectedServiceBack {
	width: 194px;
	height: 208px;
	transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
    opacity: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    position: relative;
}
.selectedServiceContentsLists > li.selectedServiceBack .front, 
.selectedServiceContentsLists > li.selectedServiceBack .back {
    height: 208px;
}
.selectedServiceContentsLists > li.selectedServiceBack .front {
	border: 1px solid #ececec;
	padding: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 194px;
    background: #fff;
    transform: perspective(700px) rotateY(0deg);
    -webkit-transform: perspective(700px) rotateY(0deg);
    -moz-transform: perspective(700px) rotateY(0deg);
    -o-transform: perspective(700px) rotateY(0deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages {
	padding-top: 11px;
	padding-left: 2px;
	padding-right: 2px;
}
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .title {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .des {
	font-size: 12px;
	color: #999;
	line-height: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .price {
	line-height: 29px;
	color: #999;
}
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .price span.left {
	color: #ff6600;
	font-size: 14px;
}
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .price span.right img {
	margin-top: -4px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
}
.selectedServiceContentsLists > li.selectedServiceBack .serviceMessages .price span.right em {
	font-size: 12px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 194px;
    box-shadow: 0px 0px 5px #a5a5a5;
    -webkit-box-shadow: 0px 0px 5px #a5a5a5;
    -moz-box-shadow: 0px 0px 5px #a5a5a5;
    -o-box-shadow: 0px 0px 5px #a5a5a5;
    background: #f9f9f9;
    transform: perspective(700px) rotateY(180deg);
    -webkit-transform: perspective(700px) rotateY(180deg);
    -moz-transform: perspective(700px) rotateY(180deg);
    -o-transform: perspective(700px) rotateY(180deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    background-color: #f6f6f6;
    text-align: center;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backTitle {
	font-size: 16px;
	color: #333;
	line-height: 27px;
	margin-top: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backTitle  a {
	color: #333;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backTitle  a:hover {
	color: #ff6600;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backPrice {
	font-size: 14px;
	color: #ff6600;
	line-height: 41px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backDes {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn {
	margin-top: 17px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a {
	display: inline-block;
	width: 82px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:first-child{
	margin-right: 9px;
	background-color: #ff6600;
	color: #fff;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:first-child:hover{
	background-color: #e15a00;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:last-child{
	color: #999;
	border: 1px dashed #ff6600;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:last-child i {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url('/images/home/handIcon.png') no-repeat;
	margin-right: 5px;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:last-child.active{
	color: #ff6600;
}
.selectedServiceContentsLists > li.selectedServiceBack .back .backBtn a:last-child.active i{
	color: #ff6600;
	background: url('/images/home/handIconHover.jpg') no-repeat;
}
.selectedServiceContentsLists > li.selectedServiceBack:hover .front {
    transform: perspective(700px) rotateY(-180deg);
    -webkit-transform: perspective(700px) rotateY(-180deg);
    -moz-transform: perspective(700px) rotateY(-180deg);
    -o-transform: perspective(700px) rotateY(-180deg);
}
.selectedServiceContentsLists > li.selectedServiceBack:hover .back {
    z-index: 2;
    transform: perspective(700px) rotateY(0deg);
    -webkit-transform: perspective(700px) rotateY(0deg);
    -moz-transform: perspective(700px) rotateY(0deg);
    -o-transform: perspective(700px) rotateY(0deg);
} 
/*热门需求*/
.hotDemandMore {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	height: 22px;
	right: 0;
	font-size: 16px;
    color: #120a02;
    z-index: 10;
}
.hotDemandMore img {
    margin-left: 8px;
    margin-top: -2px;
    width: 18px;
    height: 18px;
}
.hotDemandMore:hover {
	color: #ff6600;
}
.demandArea {
    overflow: hidden;
}
.demandArea>div {
    float: left;
    width: 290px;
    height: 260px;
    margin-right: 13px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;   
}
.demandArea>div:nth-child(4n) {
	margin-right: 0;
}
.demandArea>div .demandAreaBox .demandImg{
    display: block;
    width: 288px;
    height: 137px;
    margin-bottom: 15px;
    overflow: hidden;
}
.demandArea>div .demandAreaBox{
	width: 100%;
	height: 100%;
}
.demandArea>div .demandAreaBox img{
    width: 289px;
    height: 137px;	
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -webkit-transform 0.5s;
    -o-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
}
.demandArea>div .demand-info {
    padding: 0 20px;
}
.demandArea>div .demand-info .demand-title{
    height: 20px !important;
    width: 198px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
}
.demandArea>div .demand-info .clearfix {
    margin-bottom: 5px;
}
.demandArea>div .demand-info .price {
    font-size: 14px;
    color: #f5672f;
}
.demandArea>div .demand-info img {
    margin-right: 5px;
    width: 14px;
    height: 11px;
}
.demandArea>div .demand-info .tips {
    font-size: 12px;
    color: #999999;
}
.demandArea>div:hover {
    border: 1px solid transparent;
    box-shadow: 0px 3px 5px 3px #ececec;
}
.demandArea>div .demandAreaBox::before,
.demandArea>div .demandAreaBox::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

.demandArea>div .demandAreaBox::before {
	border-top: 2px solid #f60;
	border-bottom: 2px solid #f60;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	z-index: 1;
}

.demandArea>div .demandAreaBox::after {
	border-right: 2px solid #f60;
	border-left: 2px solid #f60;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
.demandArea>div:hover .demandAreaBox::before,
.demandArea>div:hover .demandAreaBox::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.demandArea>div:hover img.demandImges {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: 2px;
}
/*行业精英*/
.industryElite {
	height: 664px;
	overflow: hidden;
}
.suppliers-grid {
	height: 478px;
	overflow: hidden;
}
.suppliers-ul li{float: left; width: 390px; height: 146px;margin-right:15px;margin-bottom:20px;border:1px solid #eeeeee; background-color: #fff;padding:0;}
.suppliers-ul li:nth-child(3n){margin-right:0;}
.suppliers-ul li .supplierTop {
	height: 112px;
}
.suppliers-ul li .supplierTop > a.left {
	width: 106px;
	height: 112px;
	border-right: 1px solid #f5f5f5;
}
.suppliers-ul li .supplierTop > a.left img{
	width: 105px;
	height: 112px;
	display: block;
}
.suppliers-ul li .supplierTop > a.left:hover img {
	opacity: 0.7;
}
.suppliers-grid .gys-info{margin-left:19px; }
.gys-info .name {
	padding-top: 4px;
	line-height: 44px;
}
.gys-info .name  a {
	color: #333333;
	font-size: 14px;
}
.gys-info .name  a:hover {
	color: #ff6600;
}
.suppliers-grid .gys-info .other{overflow: hidden;margin-top:0;}
.suppliers-grid .gys-info .other .left{width:80px;text-align:left;overflow: hidden;}
.suppliers-grid .gys-info .other span{display: block;margin-bottom: 5px;color:#999;font-size: 12px;}
.suppliers-grid .gys-info .other span i{font-style: normal;color: #ff6600;}
.suppliers-ul li .supplierBottom {
	height: 32px;
}
.suppliers-ul li .supplierBottom a {
	display: inline-block;
	width: 105px;
	height: 32px;
	background-color: #5f6061;
	color: #fff;
	text-align: center;
	line-height: 32px;
	float: left;
}
.suppliers-ul li .supplierBottom a:hover {
	background-color: #ffa944;
}
.suppliers-ul li .supplierBottom-r {
	float: left;
	background-color: #f6f6f6;
	width: 283px;
	height: 32px;
	line-height: 32px;
	color: #999;
}
.suppliers-ul li .supplierBottom-r span {
	padding-left: 15px;
}

/*共享服务*/
.sharedServicesModel {
	background-color: #fff;
	position: relative;
}
.sharedServicesBG {
	width: 100%;
	height: 445px;
	background-color: #f5f5f6;
	position: absolute;
	bottom: 82px;
}
.sharedServicesModel .container{
	position: relative;
	z-index: 2;
}
.sharedServices .sharedService {
	float: left;
	margin-right: 29px;
}
.sharedServices .sharedService:last-child {
	margin-right: 0;
}
.service-blue {background-color: #4b98eb;}
.knowMore.service-blue:hover {background-color: #0e5dd8;}
.service-yellow {background-color: #f6b23a;}
.knowMore.service-yellow:hover {background-color: #d88a00;}
.service-red {background-color: #f3763b;}
.knowMore.service-red:hover {background-color: #de4700;}
.service-green {background-color: #2ecc91;}
.knowMore.service-green:hover {background-color: #00a165;}
.service-gray {background-color: #677079;}
.knowMore.service-gray:hover {background-color: #424b55;}
.sharedService-title {
	height: 68px;
	line-height: 68px;
	width: 278px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative; 
	z-index: 1;
}
.sharedService-contents {
	width: 278px;
	height: 436px;
	-webkit-box-shadow:3px 3px 10px 2px #e9ecef;
	-moz-box-shadow:3px 3px 10px 2px #e9ecef;
	-o-box-shadow:3px 3px 10px 2px #e9ecef;
	box-shadow:3px 3px 10px 2px #e9ecef;
	background-color: #fff;
	position: relative;
}
.sharedService-contents .knowMore {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -64px;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.HR-share .hr-intro {
	line-height: 22px;
	color: #666666;
	margin-top: 23px;
	padding: 0 14px;
	margin-bottom: 34px;
}
.HR-share .hr-features {
	margin-left: 10px;
}
.HR-share .hr-features li{
	float: left;
	text-align: center;
	margin-right: 20px;
}
.HR-share .hr-features li:last-child{
	margin-right: 0;
}
.HR-share .hr-features li img {
	width: 44px;
	height:44px;
	margin-bottom: 5px;
}
.HR-share .hr-features li p {
	color: #666;
	font-size: 12px;
}
.ele-contract .contract-features {
	padding: 6px 12px 23px;
}
.ele-contract .contract-features li {
	border-bottom: 1px dashed #efefef;
	height: 136px;
	text-align: center;
	padding-top: 25px;
}
.ele-contract .contract-features li:last-child {
	border-bottom: none;
}
.ele-contract .contract-features li  .contractIcon span {
	font-size: 14px;
	color: #f6b23a;
	margin-left: 12px;
}
.ele-contract .contract-features li .contractDes {
	padding: 18px 32px 0;
	color: #666;
}
.solution-text .sharedService-contents {
	padding: 30px 9px;
}
.solution-text .solutionLists {
	margin-bottom: 24px;
}
.solution-text .solutionLists li{
	line-height: 16px;
	height: 16px;
	margin-bottom: 12px;
	overflow: hidden;
}
.solution-text .solutionLists li span {
	width: 32px;
	background-color: #ffc9af;
	color: #fff;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	float: left;
}
.solution-text .solutionLists li a {
	color: #666;
	display: inline-block;
	width: 165px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 16px;
	height: 16px;
	float: left;
}
.solutionBtns {
	margin-top: 38px;
}
.solutionBtns a{
	display: inline-block;
	width: 104px;
	height: 41p;
	line-height: 41px;
	color: #ff6600;
	border: 1px solid #ececec;
	text-align: center;
	margin-right: 2px;
}
.solutionBtns a:last-child{
	margin-right: 0;
}
.solution-text-contents {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    height: 436px;
}
.solution-text-contents .knowMore {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -54px;
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    z-index: 100;
}
.solution-text-contents .front {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: perspective(700px) rotateY(0deg);
    -webkit-transform: perspective(700px) rotateY(0deg);
    -moz-transform: perspective(700px) rotateY(0deg);
    -ms-transform: perspective(700px) rotateY(0deg);
    -o-transform: perspective(700px) rotateY(0deg);
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}
.solution-text-contents .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 232px;
    height: 436px;
    box-shadow: 0px 0px 5px #a5a5a5;
    background: #f9f9f9;
    -webkit-transform: perspective(700px) rotateY(180deg);
    -moz-transform: perspective(700px) rotateY(180deg);
    -ms-transform: perspective(700px) rotateY(180deg);
    -o-transform: perspective(700px) rotateY(180deg);
    transform: perspective(700px) rotateY(180deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
     backface-visibility: hidden;
    background-color: #f6f6f6;
}
.solution-text-contents :hover .front {
    -webkit-transform: perspective(700px) rotateY(-180deg);
    -moz-transform: perspective(700px) rotateY(-180deg);
    -o-transform: perspective(700px) rotateY(-180deg);
    -ms-transform: perspective(700px) rotateY(-180deg);
    transform: perspective(700px) rotateY(-180deg);
}
.solution-text-contents:hover .back {
    z-index: 2;
    -webkit-transform: perspective(700px) rotateY(0deg);
    -moz-transform: perspective(700px) rotateY(0deg);
    -ms-transform: perspective(700px) rotateY(0deg);
    -o-transform: perspective(700px) rotateY(0deg);
    transform: perspective(700px) rotateY(0deg);
}
.solution-text-contents .back .bg1,
.solution-text-contents .back .bg2 {
	width: 232px;
}
.solution-text-contents .back .bg1 {
	background-color: #f5f5f6;
	height: 143px;
}
.solution-text-contents .back .bg2 {
	background-color: #fff;
	height: 293px;
	text-align: center;
	position: relative;
	padding-top: 89px;
}
.solution-text-contents .back .bg2 .saomaLookIcon {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -59px;
}
.solution-text-contents .back .bg2 .saomaDes {
	width: 115px;
	color: #666666;
	font-size: 14px;
	margin-left: 60px;
	margin-top: 25px;
}
.elite-service .sharedService-contents{
	padding: 0 12px;
}
.elite-service .peopleServiceLists {
	padding-top: 25px;
}
.elite-service .peopleServiceLists li {
	float: left;
	width: 126px;
	height: 92px;
	text-align: center;
	padding-top: 22px;
	position: relative;
}
.elite-service .peopleServiceLists li.BorderB {
	border-bottom: 1px dashed #ececec;
}
.elite-service .peopleServiceLists li.BorderR {
	border-right: 1px dashed #ececec;
}
.elite-service .peopleServiceLists li p {
	color: #666666;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 13px;
}
.law-service .sharedService-contents {
	padding:  27px 12px;
}
.law-service .lawGoods {
	padding-left: 29px;
	padding-bottom: 19px;
}
.law-service .lawGoods span {
	display: inline-block;
	width: 34px; 
	height: 18px;
	line-height: 16px;
	text-align: center;
	border: 1px dashed #999;
	margin-right: 19px;
	color: #999;
}
.law-service .lawServiceLists li {
	float: left;
	width: 126px;
	height: 90px;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
.law-service .lawServiceLists li:nth-child(1),
.law-service .lawServiceLists li:nth-child(3) {
	border-right: 1px dashed #efefef;
}
.law-service .lawServiceLists li:nth-child(1),
.law-service .lawServiceLists li:nth-child(2) {
	border-bottom: 1px dashed #efefef;
}
.law-service .lawServiceLists li a p {
	position: absolute;
	bottom: 10px;
	padding-left: 38px;
}
.law-service .lawFeaturesList {
	margin-top: 20px;
	border-top: 1px dashed #ececec;
	padding: 10px 52px;
}
.law-service .lawFeaturesList  li {
	line-height: 32px;
	color: #666;
}
.law-service .lawFeaturesList  li img {
	margin-right: 18px;
	width: 18px;
	height: 18px;
}
.sharedServices-ad {
	margin-top: 55px;
	margin-bottom: 0px;
    position: relative;
    list-style: none;
    text-align: center;
    overflow: hidden;
}
.sharedServices-ad .figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 595px;
	height: 112px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.figure.effect-apollo {
    background: #fff;
}
.sharedServices-ad .figure img {
    position: relative;
    display: block;
     width: 595px;
	height: 112px;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    -o-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.sharedServices-ad .figure .figcaption {
    padding: 2em;
    color: #fff;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sharedServices-ad .figure .figcaption::before, 
.sharedServices-ad .figure .figcaption::after {
    pointer-events: none;
}
.figure.effect-apollo .figcaption::before {
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
.figure.effect-apollo:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.figure.effect-apollo:hover .figcaption::before {
	top: 120px;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
/*华为云*/
.huaweiCloundContents {
	position: relative;
	width: 590px;
	height: 309px;
	border: 1px solid #ececec;
}
.huaweiCloundContents .tit {
	position: absolute;
	top: -18px;
	left: -1px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 139px;
	height: 42px;
	line-height: 42px;
}
.titRed {background-color: #ff6600;}
.titBlue {background-color: #4e8cee;}
.huaweiCloundContents .huaweiCloundLists {
	padding-top: 35px;
	padding-left: 4px;
}
.huaweiCloundContents .huaweiCloundLists li{
	float: left;
}
.huaweiCloundContents .huaweiCloundLists li a {
	padding-top: 25px;
	width: 116px;
	height: 116px;
	display: block;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.huaweiCloundContents .huaweiCloundLists li a:hover {
	background-color: #fff4ec;
}
.huaweiCloundContents .huaweiCloundLists li a img {
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
}
.huaweiCloundContents .huaweiCloundLists li a:hover img {
	transform: rotateZ(720deg);
	-webkit-transform: rotateZ(720deg);
	-moz-transform: rotateZ(720deg);
	-o-transform: rotateZ(720deg);
}
.huaweiCloundContents .huaweiCloundLists li a p {
	
	color: #666666;
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.huaweiCloundContents .huaweiCloundLists li a p.wid {
	width: 85px;
}
.huaweiCloundContents a.more {
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -88px;
	display: block;
	width: 196px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 3px #f3f5f8;
	-webkit-box-shadow: 0px 5px 10px 3px #f3f5f8;
	-moz-box-shadow: 0px 5px 10px 3px #f3f5f8;
	-o-box-shadow: 0px 5px 10px 3px #f3f5f8;
	background-color: #fff;
}
.huaweiCloundContents a.more:hover {
	text-decoration: underline;
}
.gyCloudLists {
	margin-top: 33px;
}
.gyCloudLists li {
	float: left;
	width: 196px;
	height: 236px;

}
.gyCloudLists li:hover {
	background-color: #f2f9ff;
}
.gyCloudLists li:hover h4.title {
	color: #4e8cee;
}
.gyCloudLists li a {
	display: block;
	padding: 0 14px;
}
.gyCloudLists li a .title {
	font-size: 14px;
	color: #333333;
	line-height: 50px;
}
.gyCloudLists li a .des {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.gyCloudLists li a .imgContents {
	margin-top: 25px;
}
.gyCloudLists li a .imgContents > div{
	float: left;
	margin-right: 6px;
	text-align: center;
}
.gyCloudLists li a .imgContents > div p {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50%;
	border-radius: 50%;
	border: 1px dotted #47a6f3;
	margin-bottom: 12px;
}
.gyCloudLists li a .imgContents > div p img  {
	margin-top: 12px;
}
.gyCloudLists li a .imgContents > div span {
	color: #999;
}
.huaweiClound  {
	margin-bottom: 78px;
}

/*saa 成功案例 底部*/
.saasmall{
	overflow: hidden;
}
.saasmall .saasmall-items{
	width: 200px;
	float: left;
	font-size: 12px;
	color:#333;
}
.saasmall .saasmall-items>div{
	width: 200px;
	height: 200px;
	position: relative;
}
.saasmall .saasmall-items .saasmall-des{
	border:1px solid #ececec;
	padding:20px 13px;
}
.saasmall .saasmall-items .saasmall-des h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.saasmall .saasmall-items .saasmall-des p{
	line-height: 22px;
}
.saasmall .saasmall-items .saasmall-logo:before{
	content:"";
    border-bottom: 11px solid #3a94ae;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    z-index:2;
}
.saasmall .saasmall-items .saasmall-logo.saasLogo2:before,
.saasmall .saasmall-items .saasmall-logo.saasLogo4:before,
.saasmall .saasmall-items .saasmall-logo.saasLogo5:before{
	border-top: 11px solid #193648;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom:11px solid transparent;
    top:auto;
    bottom:-22px;
}
.saasmall .saasmall-items .saasmall-logo.saasLogo3:before{
	border-bottom-color:#1d9fb2;
}
.saasmall .saasmall-items .saasmall-logo.saasLogo4:before{
	border-top-color:#f2222c;
}
.saasmall .saasmall-items .saasmall-logo.saasLogo5:before{
	border-top-color:#1443a3;
}
.saasmall .saasmall-items .saasmall-logo.saasLogo6:before{
	border-bottom-color:#1672b2;
}
.matrix ul{
	width:100%;
    min-height: 600px;
    font-size: 0;
    position: relative;		    
}
.matrix li{
	width: 400px;
    min-height: 200px;
    position:absolute;
    margin-bottom: 0;
    float: left;
}
/*.matrix li:nth-child(2),.matrix li:nth-child(4),.matrix li:nth-child(6){
	height: 400px;
}
.matrix li:nth-child(1){
	top: 0;
	left: 0;
}
.matrix li:nth-child(2){
	top: 0;
	left: 400px;
}
.matrix li:nth-child(3){
	top: 0;
	left: 800px;
}
.matrix li:nth-child(4){
	top: 200px;
	left: 0;
}
.matrix li:nth-child(5){
	top: 400px;
	left: 400px;
}
.matrix li:nth-child(6){
	top:200px;
	left: 800px;
}*/
.matrix li:nth-child(1),.matrix li:nth-child(3),.matrix li:nth-child(5){
	height: 400px;
}
.matrix li:nth-child(1){
	top: 0;
	left: 0;
}
.matrix li:nth-child(2){
	top: 0;
	left: 400px;
}
.matrix li:nth-child(3){
	top: 0;
	left: 800px;
}
.matrix li:nth-child(4){
	top: 400px;
	left: 0;
}
.matrix li:nth-child(5){
	top: 200px;
	left: 400px;
}
.matrix li:nth-child(6){
	top:400px;
	left: 800px;
}
.matrix li .c-media{
	border: none;
	position: absolute;
}
.matrix li img{
	max-width: 100%;
	max-height: 100%;
}
/* 成功案例 */
.success_case{
	height: 500px;
	margin-top: 50px;
}
.success_case .fixedBg{
    height: 500px;
    background: url(/images/newHome/point-bg.png) no-repeat top right;
    position: relative;
    background-attachment: fixed;
}
.success_case_bg{
	width: 100%;
	height: 277px;
	background-color: #383a3d;
	position:absolute;
}
.success_case_bg1{
	width: 1129px;
	height: 223px;
	background-color: #f8f6f5;
	position:absolute;
	margin-top:277px;
}
.success_case_ul{
	width: 1200px;
	margin-top: 82px;
}
.success_case_ul li{
	float: left;
	width: 229px;
	height: 178px;
	position: relative;	
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
	perspective: 400px;	
	overflow: hidden;	
	background-color: #fff;		
}
.success_case_ul li .normal {
  width: 100%;
  height: 100%;
  background-color: #ECF0F1;
  color: rgba(52, 73, 94, 0.6);
  -webkit-box-shadow: inset 0 2px 20px #e6ebed;
  -moz-box-shadow: inset 0 2px 20px #e6ebed;
  -o-box-shadow: inset 0 2px 20px #e6ebed;
  -ms-box-shadow: inset 0 2px 20px #e6ebed;
  box-shadow: inset 0 2px 20px #e6ebed;
  text-align: center;
  font-size: 50px;
  line-height: 200px;
}
.success_case_ul li .normal img{
	pointer-events: none;
}
.success_case ul:after {
  content: "";
  display: table;
  clear: both;
}
.success_case .case_title{
	background-color: #201d1b;
	width: 284px;
	color:#fff;
    position: absolute;
    height: 195px;
    margin-top: 82px;
}
.success_case .case_title h2{
	font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.success_case .case_title .more{
	font-size: 12px;
	height:22px;
	line-height: 22px;
	padding:0 10px;
	border-radius: 10px;
	background-color: #ff6600;
	box-shadow: 3px 5.196px 17px 0px rgba(90, 125, 163, 0.039);
	-webkit-box-shadow: 3px 5.196px 17px 0px rgba(90, 125, 163, 0.039);
	-moz-box-shadow: 3px 5.196px 17px 0px rgba(90, 125, 163, 0.039);
	-o-box-shadow: 3px 5.196px 17px 0px rgba(90, 125, 163, 0.039);
	display: inline-block;
	color:#fff;
	margin-left: 10px;
}
.success_case .case_title .en-name{
	color:#808080;
	font-size: 12px;
	position: relative;
	margin-top: 15px;
	z-index:1;
}
.success_case .case_title .en-name span{
	position: relative;
}
.success_case .case_title .en-name:before{
	content:"";
	width: 174px;
	height: 10px;
	background-color: #322c29;
	position: absolute;
	top:8px;
	left: 0;
}
.success_case .case_title>div{
	margin-top: 57px;
	margin-left: 24px;
}
.success_case_ul li:nth-child(1){
	margin-left: 284px;
}
.success_case_ul li:nth-child(5){
	margin-left: 55px;
}
.success_case_ul li .case-img{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.success_case_ul li .case-img i {
	display: block;
	position: absolute;
	width: 229px;
	height: 34px;
	background-color: rgba(46, 50,55, .7);
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #ccc;
	bottom: 0;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.success_case_ul li img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	pointer-events: none;
}

.success_case .info {
	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	color:#fff;
  	perspective: 500px;
	-webkit-perspective: 500px;
	perspective-origin: 100% 50%;
}
.success_case .example {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 229px;
    height: 178px;
    background-color: rgba(46, 50,55, .7);
    -webkit-animation: rightleave 400ms forwards;
    -moz-animation: rightleave 400ms forwards;
    -o-animation: rightleave 400ms forwards;
    -ms-animation: rightleave 400ms forwards;
    animation: rightleave 400ms forwards;
}
.success_case .example h3{
	text-align: left;
	font-size: 14px;
	padding:0 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 229px;
}
.success_case .example .exampleDes {
	margin-top: 20px;
	text-align: left;
	margin-left: 28px;
}
.success_case .example .exampleDes p {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
}
@-webkit-keyframes topenter {
    from {
        -webkit-transform-origin:top;
        -webkit-transform:rotateX(-90deg);
    }
    to {
        -webkit-transform-origin:top;
        -webkit-transform:rotateX(0deg);
    }
}
@keyframes topenter {
    from {
        transform-origin:top;
        transform:rotateX(-90deg);
    }
    to {
        transform-origin:top;
        transform:rotateX(0deg);
    }
}
@-webkit-keyframes topleave {
    from {
        -webkit-transform-origin:top;
        -webkit-transform:rotateX(0deg);
    }
    to {
        -webkit-transform-origin:top;
        -webkit-transform:rotateX(-90deg);
    }
}
@keyframes topleave {
    from {
        transform-origin:top;
        transform:rotateX(0deg);
    }
    to {
        transform-origin:top;
        transform:rotateX(-90deg);
    }
}
@-webkit-keyframes bottomenter {
    from {
        -webkit-transform-origin:bottom;
        -webkit-transform:rotateX(90deg);
    }
    to {
        -webkit-transform-origin:bottom;
        -webkit-transform:rotateX(0deg);
    }
}
@keyframes bottomenter {
    from {
        transform-origin:bottom;
        transform:rotateX(90deg);
    }
    to {
        transform-origin:bottom;
        transform:rotateX(0deg);
    }
}
@-webkit-keyframes bottomleave {
    from {
        -webkit-transform-origin:bottom;
        -webkit-transform:rotateX(0deg);
    }
    to {
        -webkit-transform-origin:bottom;
        -webkit-transform:rotateX(90deg);
    }
}
@keyframes bottomleave {
    from {
        transform-origin:bottom;
        transform:rotateX(0deg);
    }
    to {
        transform-origin:bottom;
        transform:rotateX(90deg);
    }
}
@-webkit-keyframes leftenter {
    from {
        -webkit-transform-origin:left;
        -webkit-transform:rotateY(90deg);
    }
    to {
        -webkit-transform-origin:left;
        -webkit-transform:rotateY(0deg);
    }
}
@keyframes leftenter {
    from {
        transform-origin:left;
        transform:rotateY(90deg);
    }
    to {
        transform-origin:left;
        transform:rotateY(0deg);
    }
}
@-webkit-keyframes leftleave {
    from {
        -webkit-transform-origin:left;
        -webkit-transform:rotateY(0deg);
    }
    to {
        -webkit-transform-origin:left;
        -webkit-transform:rotateY(90deg);
    }
}
@keyframes leftleave {
    from {
        transform-origin:left;
        transform:rotateY(0deg);
    }
    to {
        transform-origin:left;
        transform:rotateY(90deg);
    }
}
@-webkit-keyframes rightenter {
    from {
        -webkit-transform-origin:right;
        -webkit-transform:rotateY(-90deg);
    }
    to {
        -webkit-transform-origin:right;
        -webkit-transform:rotateY(0deg);
    }
}
@keyframes rightenter {
    from {
        transform-origin:right;
        transform:rotateY(-90deg);
    }
    to {
        transform-origin:right;
        transform:rotateY(0deg);
    }
}
@-webkit-keyframes rightleave {
    from {
        -webkit-transform-origin:right;
        -webkit-transform:rotateY(0deg);
    }
    to {
        -webkit-transform-origin:right;
        -webkit-transform:rotateY(-90deg);
    }
}
@keyframes rightleave {
    from {
        transform-origin:right;
        transform:rotateY(0deg);
    }
    to {
        transform-origin:right;
        transform:rotateY(-90deg);
    }
}

/* 平台数据展示 */
.dataShow{
	background: url('/images/home/dataBg.jpg') no-repeat top center;
	width: 100%;
	height: 230px;
	padding-top: 60px;
	position: relative;
	margin-top: 0px;
}
/*.dataShow ul{
	color:#fff;
	height:265px;
	position: absolute;
	top:50%;
	margin-top: -97.5px;
	
}*/
.dataShow ul{
	text-align: center;
}
.dataShow ul li{
	/*float: left;
	width: 215px;*/
	display: inline-block;
	padding: 15px 45px;
	margin-right: 21px;
	text-align: left;
	font-size: 18px;
	position: relative;
}
.dataShow ul li:last-child{
	margin-right: 0;
}
.dataShow ul li .data-num{
	font-size: 40px;
	margin-bottom: 20px;
	font-size: 38px;
	color: #333;
    font-weight: bold;
}
.dataShow ul li .data-text{
	font-size: 18px;
	color: #666666;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dataShow ul li.linkHover{
	position: relative;
	top:0;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dataShow ul li.linkHover:hover{
	top:-20px;
	left:1px;
}
.dataShow ul li.linkHover:hover .data-text{
	font-size: 18px;
}
.dataShow ul li.linkHover a{
	width: 140px;
	height: 28px;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	margin:15px auto 0;
	background-color: #fff;
	font-size: 12px;
	color:#000;
	-webkit-border-radius: 20px
	-moz-border-radius: 20px
	-o-border-radius: 20px
	-ms-border-radius: 20px
	border-radius: 20px
}

/*定位列表*/
.positionListsContents {
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -249px;
	display: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	z-index: 5000;
}
.positionListsContents .positionLists li{
	width: 34px;
	margin-bottom: 1px;
	cursor: pointer;
}
.positionListsContents .positionLists li a {
	color: #fff;
	background-color: #666666;
	display: block;
	text-align: center;
	padding: 4px 0;
}
.positionListsContents .positionLists li a:hover,
.positionListsContents .positionLists li.active a{
	background-color: #ff6600;
}
.positionListsContents  li.toTop a {
	background-color: #333333;
}
.positionListsContents .positionLists li.toTop a  img {
	padding: 0 6px;
	width: 24px;
	height: 12px;
}



/* 店铺头部 */
#header.store-header .header,#header .container,#header.store-header .logo{
    height: 120px;
}
#header.store-header .logo{
    width: 188px;
}
#header.store-header .logo img{
    width: 188px;
    height:auto;
    margin-top: 35px;
    vertical-align: top;
}
#header.store-header .nowPageName{
    margin-left: 37px;
    height:44px;
    line-height: 44px;
    margin-top: 38px;
    width: 126px;
}
 #header.store-header .header-middle{
    margin-top: 39px;
    width: 476px;
} 
 #header.store-header .header-middle .searchInput{
    width: 311px;
}
 #header.store-header .headerRight1{
    margin-top:15px;
    max-width: 350px;
    height: 63px;
}



/*联通沃云商城    产品*/
.span12 {
    width: 1170px;
    overflow: auto;
}
#product_box .product{
    padding: 15px 0;
    width: 31.6%!important;
    float: left;
}
#product_box .product_img{
border-right: 1px solid #eee;
width: 40%;
border-bottom: 0;
    padding: 20px 0;
float: left;
   text-align: center;
}
#product_box .product .pointer{
    width: 50%;
    float: left;
    margin:5px 0 0 26px;
}
#product_box .product .pointer h2{
    text-align: left;
    font-weight: normal;
    margin-bottom: 5px;
}
#product_box .product .txt {
    height: 80px;
    font-size: 12px;
}
#product_box .product .txt li {
    text-align: justify;
}

#product_box  .product .pointer p {
    font-size: 12px;
    color: #ffa900;
    float: left;
    padding: 0;
    }
    #product_box .product .btn{
        float: right;
    width: 37%;
    font-size: 12px;
    margin: 0;
    padding: 0;
    }
.notice a{
 display: inline-table!important;
}
#product_box{
padding:20px 0 100px 0;
}
.product{
    float:left;
    width:16.92%;
    margin-right:20px;
    background:#fff;
    padding-bottom:15px;
        color:#666;
        transition: all .2s linear;
}
.product .txt li{text-align:center;}
.product:hover{
  -webkit-box-shadow:0 3px 20px rgba(0,0,0,.1);
  -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
  box-shadow: 0 3px 20px rgba(0,0,0,.1);
  transform: translate3d(0,-2px,0);
  
}
.margin_none{
    margin:0;
}

.product_img{
    padding:20px 0 15px 0;
    border-bottom:1px solid #eee;
}
.product_img h2{
    color:#333;
    margin-bottom:0;
    font-size: 16px;
        font-weight:normal; 
        margin-top:20px;

}
.product .pointer{
    cursor:pointer;
}
.product .pointer p{
    font-size:14px;
    color:#ffa900;
}
.product .btnDiv{
padding:10px;
}
.product a{
  width: 100%;
  border: 1px solid #3486d2;
  border-radius: 0;
  padding: 3px 0;
  color: #3486d2;
  background:#fff;
  margin-top:10px;
margin-left:0;
}
.product .btn{
 border: 1px solid #3486d2;
 text-shadow:none;
 box-shadow:none;
}
.product a:hover{
  background:#3486d2;
  color:#fff;
 transition: all 0.3s linear;
}
.wysc{
    margin-top: 80px;
    background: url(../../images/home/unicom/xingguang.png) 100% no-repeat;
    background-color: #f2f2f2;
}



/* 新年元素2019-12-30 qishan */
.springFestival{
	background-image: url('/images/home/springFestival_2020/springFestival_bg.png') !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}
.springFestival .first_top{
	color:#ffe5b7;
}
.springFestival .first_top .first_top_left .city{
    background: url('/images/home/springFestival_2020/locationIcon.png') no-repeat left center;
    color:#ffe5b7;
}
.springFestival .first_top .first_top_left .change_city:hover{
    color:#f8f8f8;
}
.springFestival .loginList li a{
	color:#ffe5b7;
}
.springFestival .first_top .loginList li a:hover{
	color:#f8f8f8;
}
.springFestival .location-icon span a,
.springFestival .location-icon span{
	color:#ffe5b7;
}
.springFestival .header-right .location-icon:hover span,
.springFestival .header-right .location-icon:hover span a{
	color:#f8f8f8;
}
.springFestival .header-right .userName i{
	background: url("/images/home/springFestival_2020/userNameIcon.png") no-repeat;
}
.springFestival .header-right .userName .location-icon:hover i{
	background: url("/images/home/springFestival_2020/userNameIconHover.png") no-repeat;
}
.springFestival .header-right .helpCenter i {
	background: url("/images/home/springFestival_2020/helpIcon.png") no-repeat;
}
.springFestival .header-right .helpCenter .location-icon:hover i {
	background: url("/images/home/springFestival_2020/helpIconHover.png") no-repeat;
}
.springFestival .header-right .webNav i {
	background: url("/images/home/springFestival_2020/navIcon.png") no-repeat;
	top: 14px;
}
.springFestival .header-right .webNav .location-icon:hover i {
	background: url("/images/home/springFestival_2020/navIconHover.png") no-repeat;
}
.springFestival .header-right .messageCenter i{
	background: url("/images/home/springFestival_2020/mesIcon.png") no-repeat;
}
.springFestival .header-right .messageCenter .location-icon:hover i{
	background: url("/images/home/springFestival_2020/mesIconHover.png") no-repeat;
}
.springFestival .header-right .orderCenter i{
	background: url("/images/home/springFestival_2020/orderIcon.png") no-repeat;
}
.springFestival .header-right .orderCenter .location-icon:hover i{
	background: url("/images/home/springFestival_2020/orderIconHover.png") no-repeat;
}
.springFestival .header-right .pageCenter i{
	background: url("/images/home/springFestival_2020/pageIcon.png") no-repeat;
}
.springFestival .header-right .pageCenter .location-icon:hover i{
	background: url("/images/home/springFestival_2020/pageIconHover.png") no-repeat;
}
.springFestival .head{
	background-color: transparent;
	height: 60px;
	padding-bottom: 172px;
}
.springFestival .head .logo_box{
	line-height: 60px;
	margin-right: 20px;
}
.springFestival .head .nav{
	padding:7px 0;
}
.springFestival .head .search_wrap{
	margin-top: 10px;
}
.springFestival .head .nav a{
	color:#f8f8f8;
	margin:0 13px;
}
.springFestival .head .nav a:after{
	bottom:5px;
	background-image: -moz-linear-gradient( 180deg, rgb(255,103,1) 0%, rgb(247,52,13) 40%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,103,1) 0%, rgb(247,52,13) 40%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,103,1) 0%, rgb(247,52,13) 40%);
}
.springFestival .head .nav a.active,
.springFestival .head .nav a:hover{
	color:#f8f8f8;
	font-weight: bold;
}
.springFestival .positionListsContents{
	width: 149px;
	height: 595px;
	margin-top: -300px;
	background: url('/images/home/springFestival_2020/left_menu_bg.png') no-repeat;
}
.springFestival .positionListsContents .positionLists{
    margin-left: 39px;
    margin-top: 90px;
}
.springFestival .positionListsContents .positionLists li{
	width: 39px;
    border-bottom: 1px solid #970203;
    margin-bottom: 0;
    padding:1.5px 5px;
    line-height: 14px;
}
.springFestival .positionListsContents .positionLists li:nth-child(9),
.springFestival .positionListsContents .positionLists li:nth-child(10){
	border-bottom:0;
}
.springFestival .positionListsContents .positionLists li a{
	background-color: transparent;
}
.springFestival .positionListsContents .positionLists li a:hover, 
.springFestival .positionListsContents .positionLists li.active a{
	background-color: transparent;
	color:#ffe400;
}